home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / cupscheduler.data < prev    next >
Text File  |  1999-11-29  |  2KB  |  36 lines

  1. /* English Translation for CupScheduler.rexx */
  2.  
  3.   var.1  = "cs_error = 'ERROR :    (CupScheduler)'"
  4.   var.2  = "cs_t1    = 'Cannot find '"
  5.   var.3  = "cs_t2    = 'Cannot write to '"
  6.   var.4  = "cs_t3    = 'Cannot open  '"
  7.   var.5  = "cs_t4    = ' for reading/sorting.'"
  8.   var.6  = "cs_t5    = 'Cannot read '"
  9.   var.7  = "cs_t8    = 'Report for '"
  10.   var.8  = "cs_t9    = 'Created '"
  11.   var.9  = "cs_t10   = ' at '"
  12.   var.10 = "cs_t11   = 'Version: '"
  13.   var.11 = "cs_t12   = 'Number of teams   : '"
  14.   var.12 = "cs_t13   = ''"
  15.   var.13 = "cs_t14   = '        Number of Matches : '"
  16.   var.14 = "cs_t15   = '(excluding replays)'"
  17.   var.15 = "cs_t16   = 'Matches will be manually scheduled.'"
  18.   var.16 = "cs_t17   = 'Matches will be automatically scheduled.'"
  19.   var.17 = "cs_t18   = 'Third place play-offs will take place.'"
  20.   var.18 = "cs_t19   = 'Cup history will be stored.'"
  21.   var.19 = "cs_t20   = 'Away Goals will be used for all 2-leg matches. If there are not'"
  22.   var.20 = "cs_t21   = 'any, then it will be ignored.'"
  23.   var.21 = "cs_t22   = ' is scheduled for '"
  24.   var.22 = "cs_t23   = ' rounds, with the following settings'"
  25.   var.23 = "cs_t24   = 'regarding Extra Time and Penalties and Legs for each round as listed below...'"
  26.   var.24 = "cs_t25   = 'Round                  Settings                                Legs'"
  27.   var.25 = "cs_t26   = 'Team Listing: '"
  28.   var.26 = "cs_t27   = '-------------'"
  29.  
  30.  
  31. /* Please don't change the following lines */
  32.  
  33.   setclip('VarCount', 26)
  34.   do i = 1 to 26
  35.     call setclip('var.'i, var.i)
  36.   end